Skip to content

Commit 55605bd

Browse files
committed
ci: upload to PyPI directly
1 parent 0cfbc90 commit 55605bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release_pypi.yaml

Lines changed: 2 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://test.pypi.org/legacy/
55+
url: https://pypi.org/p/mastermind-ai
5656

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

64-
- name: Publish release distributions to TestPyPI
64+
- name: Publish release distributions to PyPI
6565
uses: pypa/gh-action-pypi-publish@15c56dba361d8335944d31a2ecd17d700fc7bcbc # release/v1
6666
with:
6767
verbose: true

0 commit comments

Comments
 (0)