Skip to content

Commit

Permalink
fix: workflow. again.
Browse files Browse the repository at this point in the history
  • Loading branch information
originell committed Oct 23, 2023
1 parent 8a65050 commit 1708b35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ jobs:
python -c "import smaz; print(smaz.compress('foobar'))"
upload_pypi:
name: Upload to PyPI
needs: [ upload_test_pypi, build_wheels, build_sdist ]
needs: [ test_install, build_wheels, build_sdist ]
runs-on: ubuntu-latest
if: github.repository == 'originell/smaz-py3'
steps:
Expand Down

0 comments on commit 1708b35

Please sign in to comment.