Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NeuroM
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
NeuroM
Commits
94da0a67
Unverified
Commit
94da0a67
authored
1 year ago
by
Michael Emiel Gevaert
Committed by
GitHub
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
do not use master for github actions (#1101)
parent
7f7908cb
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/publish-sdist.yml
+2
-2
2 additions, 2 deletions
.github/workflows/publish-sdist.yml
with
2 additions
and
2 deletions
.github/workflows/publish-sdist.yml
+
2
−
2
View file @
94da0a67
...
@@ -10,7 +10,7 @@ jobs:
...
@@ -10,7 +10,7 @@ jobs:
name
:
Build and publish on PyPI
name
:
Build and publish on PyPI
runs-on
:
ubuntu-latest
runs-on
:
ubuntu-latest
steps
:
steps
:
-
uses
:
actions/checkout@
master
-
uses
:
actions/checkout@
v3
-
name
:
Set up Python
3.9
-
name
:
Set up Python
3.9
uses
:
actions/setup-python@v2
uses
:
actions/setup-python@v2
with
:
with
:
...
@@ -20,7 +20,7 @@ jobs:
...
@@ -20,7 +20,7 @@ jobs:
python setup.py sdist
python setup.py sdist
-
name
:
Publish distribution package to PyPI
-
name
:
Publish distribution package to PyPI
uses
:
pypa/gh-action-pypi-publish@
master
uses
:
pypa/gh-action-pypi-publish@
release/v1
with
:
with
:
user
:
__token__
user
:
__token__
password
:
${{ secrets.PYPI_PASSWORD }}
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