Skip to content

Commit

Permalink
Update pypi release action to get pkginfo update
Browse files Browse the repository at this point in the history
  • Loading branch information
zombie-einstein committed Mar 7, 2024
1 parent 47a7476 commit 576b406
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
- name: No release
if: github.ref != 'refs/heads/main'
run: echo '::warning ::Release can only be run from the main branch!' && exit 1

linux:
runs-on: ubuntu-latest
strategy:
Expand Down Expand Up @@ -140,7 +141,7 @@ jobs:
merge-multiple: true
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@aec4e82833d00547d2c8e4744a0d08766a02629a

release_rust:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 576b406

Please sign in to comment.