Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NeuroR
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
BlueBrain
NeuroR
Commits
9afe72e0
Commit
9afe72e0
authored
4 years ago
by
Benoît Coste
Browse files
Options
Downloads
Patches
Plain Diff
Replace test pypi by real pypi
parent
4be0a206
No related branches found
Tags
v1.1.7
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/upload-pypi.yml
+4
-5
4 additions, 5 deletions
.github/workflows/upload-pypi.yml
with
4 additions
and
5 deletions
.github/workflows/upload-pypi.yml
+
4
−
5
View file @
9afe72e0
name
:
Publish Python on
Test
PyPi
name
:
Publish Python on PyPi
on
:
push
:
...
...
@@ -7,7 +7,7 @@ on:
jobs
:
build-n-publish
:
name
:
Build and publish on
Test
PyPI
name
:
Build and publish on PyPI
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@master
...
...
@@ -19,9 +19,8 @@ jobs:
run
:
python setup.py sdist
-
name
:
Publish distribution package to
Test
PyPI
-
name
:
Publish distribution package to PyPI
uses
:
pypa/gh-action-pypi-publish@master
with
:
user
:
__token__
password
:
${{ secrets.TEST_PYPI_PASSWORD }}
repository_url
:
https://test.pypi.org/legacy/
password
:
${{ secrets.PYPI_PASSWORD }}
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment