Skip to content

Commit

Permalink
Update pypi.yml
Browse files Browse the repository at this point in the history
Update: PyPi instead of TestPyPi
  • Loading branch information
ctribes authored Jan 9, 2024
1 parent 4240d71 commit 759fdff
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Build and publish binary wheels onto TestPyPi
name: Build and publish binary wheels onto PyPi

on:
workflow_dispatch:
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
# We use pypa/gh-action-pypi-publish to upload the binary wheels onto PyPi.

pypi-publish:
name: Publish to TestPyPi (testing)
name: Publish to PyPi
runs-on: ubuntu-latest
needs: build
# Specifying a GitHub environment is optional, but strongly encouraged
Expand All @@ -99,7 +99,7 @@ jobs:
name: artifact
path: dist

- name: Publish wheels to TestPyPi
- name: Publish wheels to PyPi
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository_url: https://test.pypi.org/legacy/
repository_url: https://pypi.org/legacy/

0 comments on commit 759fdff

Please sign in to comment.