Skip to content

Commit

Permalink
ci: publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
phitoduck committed Sep 28, 2024
1 parent cd5236e commit c5b6755
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/build-test-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,9 @@ jobs:
with:
name: wheel-and-sdist
path: ./dist/
- name: Install twine
run: |
pip install twine
- name: Deploy
# if: ${{ github.event.inputs.deploy == 'true' }}
run: |
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.0.1
v0.0.2

0 comments on commit c5b6755

Please sign in to comment.