Skip to content

Commit d49e53e

Browse files
committed
ci: release to TestPyPI instead of PyPI for testing first
1 parent 48bac78 commit d49e53e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/release_pypi.yaml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
environment:
5454
name: pypi
55-
url: https://pypi.org/p/mastermind-ai
55+
url: https://test.pypi.org/legacy/
5656

5757
steps:
5858
- name: Retrieve release distributions
@@ -61,5 +61,8 @@ jobs:
6161
name: release-dists
6262
path: dist/
6363

64-
- name: Publish release distributions to PyPI
64+
- name: Publish release distributions to TestPyPI
6565
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # release/v1
66+
with:
67+
verbose: true
68+
print-hash: true

0 commit comments

Comments
 (0)