Skip to content

Commit

Permalink
[upload] Fix upload
Browse files Browse the repository at this point in the history
  • Loading branch information
timxx committed Oct 22, 2024
1 parent 15b7c67 commit 80af391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
run: |
sip-sdist
sip-wheel --verbose
mkdir -p dist
mv pywpsrpc-*.tar.gz pywpsrpc-*.whl dist
- name: Upload
if: ${{ github.ref_type == 'tag' || startsWith(github.event.head_commit.message, '[upload]') }}
uses: pypa/gh-action-pypi-publish@release/v1
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@ build
*.whl
out
.~*
dist

0 comments on commit 80af391

Please sign in to comment.