Skip to content

Commit 4b3efa7

Browse files
authored
Merge pull request #17 from BDI-pathogens/refactoring
Correct TestPyPI
2 parents a356ba8 + 500bc2d commit 4b3efa7

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
3131
- name: Publish package to TestPyPI
3232
uses: pypa/gh-action-pypi-publish@release/v1
33+
with:
34+
repository_url: https://test.pypi.org/legacy/
3335

3436
- name: Publish a Python distribution to PyPI
3537
if: startsWith(github.ref, 'refs/tags')

seq_dbutils/_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.0
1+
2.0.1

0 commit comments

Comments
 (0)