Skip to content

Commit

Permalink
Artifact unique names +++++++++++++
Browse files Browse the repository at this point in the history
  • Loading branch information
d.rudenko committed Oct 15, 2024
1 parent 68664a9 commit fb67dbb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
env:
MATURIN_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
maturin publish --skip-existing --release
maturin publish --skip-existing
- name: Publish to PyPI on Windows
if: runner.os == 'Windows'
Expand All @@ -47,4 +47,4 @@ jobs:
run: |
# Install Visual Studio Build Tools for Rust on Windows
choco install visualstudio2019buildtools --version=16.11.7
maturin publish --skip-existing --release
maturin publish --skip-existing

0 comments on commit fb67dbb

Please sign in to comment.