Skip to content

Commit

Permalink
update pypi publish action
Browse files Browse the repository at this point in the history
  • Loading branch information
hiaselhans committed Oct 28, 2024
1 parent b575108 commit e258229
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ jobs:
run: rm dist/*-linux_x86_64.whl
- name: Publish distribution package to PyPI
#if: env.branch == 'master'
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_password }}

0 comments on commit e258229

Please sign in to comment.