Skip to content

Commit

Permalink
feat: publish both wheel and source distribution
Browse files Browse the repository at this point in the history
Issue #28
  • Loading branch information
pmuller committed May 7, 2024
1 parent 472a9da commit 2169815
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: eifinger/setup-rye@v2
with:
enable-cache: true
- run: rye build --clean --wheel
- run: rye build --clean
- run: rye publish --skip-existing --token ${{ secrets.SALTSTACK_AGE_PYPI_TOKEN }} --yes

tag:
Expand Down

0 comments on commit 2169815

Please sign in to comment.