Skip to content

Commit

Permalink
Don't upload wheels to pypi since it doesn't like it
Browse files Browse the repository at this point in the history
  • Loading branch information
Eeems committed Dec 28, 2023
1 parent 48e0421 commit 7c79d84
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,12 +97,7 @@ jobs:
publish:
name: Publish to PyPi and release
if: github.repository == 'Eeems-Org/remarkable-update-fuse' && github.event_name == 'release' && startsWith(github.ref, 'refs/tags')
needs: [build-sdist, build-wheel]
strategy:
matrix:
artifact:
- 'wheel-3.11'
- 'sdist'
needs: [build-sdist]
runs-on: ubuntu-latest
permissions:
id-token: write
Expand All @@ -115,7 +110,7 @@ jobs:
id: download
uses: actions/download-artifact@v4
with:
name: pip-${{ matrix.artifact }}
name: pip-sdist
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 7c79d84

Please sign in to comment.