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
b1bc9942
Commit
b1bc9942
authored
Jun 07, 2023
by
Boris Bonev
Browse files
Enabling deployment to PyPI
parent
9eb325e3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
.github/workflows/deploy_pypi.yml
.github/workflows/deploy_pypi.yml
+5
-5
No files found.
.github/workflows/deploy_pypi.yml
View file @
b1bc9942
...
@@ -33,8 +33,8 @@ jobs:
...
@@ -33,8 +33,8 @@ jobs:
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
:
#
user: __token__
user
:
__token__
#
password: ${{ secrets.PYPI_PASSWORD }}
password
:
${{ secrets.PYPI_PASSWORD }}
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