File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 94
94
id : rename_project
95
95
run : make rename_project
96
96
97
- - name : Python Semantic Release
98
- id : release
99
- uses :
python-semantic-release/[email protected]
100
- with :
101
- github_token : ${{ secrets.GITHUB_TOKEN }}
97
+ - name : Build package distribution directory
98
+ id : build_dist
99
+ run : make build_package
102
100
103
101
- name : Publish package distributions to PyPI
104
102
uses : pypa/gh-action-pypi-publish@release/v1
Original file line number Diff line number Diff line change @@ -24,4 +24,7 @@ rename_package_dir:
24
24
mv supabase_functions supafunc
25
25
26
26
rename_package :
27
- sed -i ' s/supabase_functions/supafunc/g' pyproject.toml tests/_async/clients.py tests/_sync/clients.py tests/_async/test_function_client.py tests/_sync/test_function_client.py
27
+ sed -i ' s/supabase_functions/supafunc/g' pyproject.toml tests/_async/clients.py tests/_sync/clients.py tests/_async/test_function_client.py tests/_sync/test_function_client.py README.md
28
+
29
+ build_package :
30
+ poetry build
You can’t perform that action at this time.
0 commit comments