Skip to content

Commit c08b3e0

Browse files
committed
add test pypi workflow
1 parent 8f03af9 commit c08b3e0

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

.github/workflows/test-publish.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
name: Build and publish
2+
3+
on: workflow_dispatch
4+
5+
jobs:
6+
deploy:
7+
runs-on: ubuntu-latest
8+
9+
steps:
10+
- uses: actions/checkout@v2
11+
- name: "Build and publish to PyPi"
12+
uses: JRubics/poetry-publish@v1.17
13+
with:
14+
pypi_token: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)