File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
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
You can’t perform that action at this time.
0 commit comments