Skip to content

Commit

Permalink
Reenable PyPI publish
Browse files Browse the repository at this point in the history
  • Loading branch information
lexiforest committed Nov 29, 2024
1 parent 3a3cf19 commit 086a7fa
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,16 +106,16 @@ jobs:
pattern: curl_cffi-*
path: download

# - uses: pypa/[email protected]
# if: startsWith(github.ref, 'refs/tags/')
# with:
# password: ${{ secrets.PYPI_TOKEN }}
# packages-dir: download/

# - name: Upload release files
# if: startsWith(github.ref, 'refs/tags/')
# uses: softprops/action-gh-release@v2
# with:
# files: |
# ./download/*.whl
# ./download/*.tar.gz
- uses: pypa/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
password: ${{ secrets.PYPI_TOKEN }}
packages-dir: download/

- name: Upload release files
if: startsWith(github.ref, 'refs/tags/')
uses: softprops/action-gh-release@v2
with:
files: |
./download/*.whl
./download/*.tar.gz

0 comments on commit 086a7fa

Please sign in to comment.