Skip to content

Commit

Permalink
Merge pull request #89 from blowekamp/fix_gha
Browse files Browse the repository at this point in the history
Fix GHA and syntax
  • Loading branch information
blowekamp authored Nov 15, 2023
2 parents 0c12c4d + e729b22 commit bb2fb48
Show file tree
Hide file tree
Showing 2 changed files 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' and matrix.python-version == '3.11'
if: github.event_name == 'push' && matrix.python-version == '3.11'
uses: actions/upload-artifact@v3
with:
name: python-packages
Expand Down
Empty file removed job_callback.json
Empty file.

0 comments on commit bb2fb48

Please sign in to comment.