Skip to content

Commit

Permalink
try to fix publishing script
Browse files Browse the repository at this point in the history
  • Loading branch information
amueller committed Apr 27, 2023
1 parent 435556e commit c755aa0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_pypi.yml
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3

- run: |
git fetch --prune --unshallow --tags
git fetch --prune --unshallow
- name: Build wheels
uses: pypa/cibuildwheel@v2.7.0
Expand All @@ -30,7 +30,7 @@ jobs:
- uses: actions/checkout@v3

- run: |
git fetch --prune --unshallow --tags
git fetch --prune --unshallow
- name: Build sdist
run: pipx run build --sdist
Expand Down Expand Up @@ -58,4 +58,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
# To test: repository_url: https://test.pypi.org/legacy/
# To test: repository_url: https://test.pypi.org/legacy/

0 comments on commit c755aa0

Please sign in to comment.