Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alizenhom committed Mar 28, 2024
1 parent 4565e6b commit 9639879
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions .github/workflows/pre_release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: Versioning

name: Publish Python 🐍 distributions 📦 to PyPI
on:
push:
branches:
Expand Down Expand Up @@ -34,4 +33,11 @@ jobs:
- name: Tag release
run: |
git tag $(hatch version)
git push origin --tags
git push origin --tags
- name: Build SDK
run: |
hatch build
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 9639879

Please sign in to comment.