This repository was archived by the owner on Aug 22, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9494 id : rename_project
9595 run : make rename_project
9696
97- - name : Python Semantic Release
98- id : release
99- uses : python-semantic-release/python-semantic-release@v9.3.0
100- with :
101- github_token : ${{ secrets.GITHUB_TOKEN }}
97+ - name : Build package distribution directory
98+ id : build_dist
99+ run : make build_package
102100
103101 - name : Publish package distributions to PyPI
104102 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:
2424 mv supabase_functions supafunc
2525
2626rename_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