Skip to content

Commit d8a6f9a

Browse files
authored
fix: add supafunc package distribution (#69)
1 parent be38b0b commit d8a6f9a

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,12 @@ jobs:
9494
id: rename_project
9595
run: make rename_project
9696

97+
- name: Python Semantic Release
98+
id: release
99+
uses: python-semantic-release/[email protected]
100+
with:
101+
github_token: ${{ secrets.GITHUB_TOKEN }}
102+
97103
- name: Publish package distributions to PyPI
98104
uses: pypa/gh-action-pypi-publish@release/v1
99105
# NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true.

0 commit comments

Comments
 (0)