Skip to content

Commit

Permalink
add workflow for test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
AVoss84 committed Jan 25, 2025
1 parent 333e7d6 commit 0d85f6d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish to Test PyPI
on:
push:
tags:
- "v*" # e.g. v0.2.0, v1.0.0, etc.
- "0.2" # e.g. v0.2.0, v1.0.0, etc.

jobs:
build-and-upload:
Expand Down

0 comments on commit 0d85f6d

Please sign in to comment.