Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
torch-harmonics
Commits
e24eb59e
Commit
e24eb59e
authored
Jun 07, 2023
by
Boris Bonev
Browse files
Removing test.PyPI from workflows
parent
00d1186f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.github/workflows/deploy_pypi.yml
.github/workflows/deploy_pypi.yml
+6
-6
No files found.
.github/workflows/deploy_pypi.yml
View file @
e24eb59e
...
@@ -27,12 +27,12 @@ jobs:
...
@@ -27,12 +27,12 @@ jobs:
-
name
:
Build a binary wheel and a source tarball
-
name
:
Build a binary wheel and a source tarball
run
:
|
run
:
|
python setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel
-
name
:
Publish package to TestPyPI
#
- name: Publish package to TestPyPI
uses
:
pypa/gh-action-pypi-publish@master
#
uses: pypa/gh-action-pypi-publish@master
with
:
#
with:
user
:
__token__
#
user: __token__
password
:
${{ secrets.TEST_PYPI_PASSWORD }}
#
password: ${{ secrets.TEST_PYPI_PASSWORD }}
repository_url
:
https://test.pypi.org/legacy/
#
repository_url: https://test.pypi.org/legacy/
-
name
:
Publish package to PyPI
-
name
:
Publish package to PyPI
uses
:
pypa/gh-action-pypi-publish@release/v1
uses
:
pypa/gh-action-pypi-publish@release/v1
with
:
with
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment