Skip to content

Commit

Permalink
I give up for now
Browse files Browse the repository at this point in the history
  • Loading branch information
julienmalard committed Feb 8, 2024
1 parent 5bc7bf2 commit 9b6b3c9
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,19 +49,3 @@ jobs:
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}

publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
needs: test
# if: startsWith(github.ref, 'refs/tags')
environment: release
permissions:
contents: read
id-token: write
steps:
- uses: actions/checkout@v3
- uses: pdm-project/setup-pdm@v3

- name: Publish to PyPI
run: pdm publish

0 comments on commit 9b6b3c9

Please sign in to comment.