Skip to content

Commit

Permalink
Fix pypi release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
bessman committed Jan 22, 2025
1 parent 11c8bf0 commit 6cc7c5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpackage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
git clean -dfx
python -m build --sdist --wheel --outdir dist/ .
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
skip_existing: true
password: ${{ secrets.pypi_password }}

0 comments on commit 6cc7c5e

Please # to comment.