Skip to content

Commit 3293b58

Browse files
author
Austin Glover
committed
rename to release.yaml, change to pypi vs test.pypi
1 parent 1c48b02 commit 3293b58

1 file changed

Lines changed: 4 additions & 6 deletions

File tree

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ jobs:
2626
path: dist/
2727

2828
pypi-publish:
29-
name: Upload release to TestPyPI
29+
name: Upload release to PyPI
3030
runs-on: ubuntu-latest
3131
# build task to be completed first
3232
needs: build
3333
# Specifying a GitHub environment is optional, but strongly encouraged
3434
environment:
35-
name: test-pypi
36-
url: https://test.pypi.org/p/openequivariance
35+
name: pypi
36+
url: https://pypi.org/p/openequivariance
3737
permissions:
3838
# IMPORTANT: this permission is mandatory for Trusted Publishing
3939
id-token: write
@@ -44,6 +44,4 @@ jobs:
4444
name: python-package-distributions
4545
path: dist/
4646
- name: publish package distributions to PyPI
47-
uses: pypa/gh-action-pypi-publish@release/v1
48-
with:
49-
repository-url: https://test.pypi.org/legacy/
47+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)