Skip to content

Commit

Permalink
Merge pull request #80 from blowekamp/gha_fix_concurent_upload
Browse files Browse the repository at this point in the history
Only one job upload python wheel in gha
  • Loading branch information
blowekamp authored Nov 15, 2023
2 parents 8390daf + 028dab6 commit 6e96eb6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
python -m twine check dist/*
ls -la dist
- name: Upload package
if: github.event_name == 'push'
if: github.event_name == 'push' and matrix.python-version == '3.11'
uses: actions/upload-artifact@v3
with:
name: python-packages
Expand Down

0 comments on commit 6e96eb6

Please sign in to comment.