Skip to content

Commit

Permalink
Publish to testpypi from main
Browse files Browse the repository at this point in the history
To test if publishing works main builds are published to testpypi
  • Loading branch information
volkerstampa committed Jun 23, 2024
1 parent d7075b5 commit 0ee3cd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
with:
python-version: "3.11"
cache: "poetry"
- run: ./publish.sh ${{ vars.PYPI_REPOSITORY }} ${{ github.ref_type != 'tag' && github.ref_type != 'tag' && '--build-only' || '' }}
- run: ./publish.sh ${{ vars.PYPI_REPOSITORY }} ${{ github.ref_name != 'main' && github.ref_type != 'tag' && '--build-only' || '' }}

0 comments on commit 0ee3cd0

Please sign in to comment.