Skip to content

Commit

Permalink
test: pypi workflow (#11)
Browse files Browse the repository at this point in the history
* Update converage action

* no message

* no message

* test: pypi publish workflow

* no message
  • Loading branch information
fsbraun authored Apr 7, 2024
1 parent 1b819bd commit f140df4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ on:
push:
branches:
- main
workflow_dispatch:
branches:
- main

jobs:
build-n-publish:
Expand Down Expand Up @@ -38,3 +41,4 @@ jobs:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true
verbose: true

0 comments on commit f140df4

Please sign in to comment.