Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
python-poetry
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
open
python-poetry
Commits
2d99ab4b
Commit
2d99ab4b
authored
Apr 11, 2021
by
Arun Babu Neelicattu
Committed by
Steph Samson
Apr 14, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ci: fix typo in release workflow
parent
cb19dc05
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
.github/workflows/release.yml
+2
-2
No files found.
.github/workflows/release.yml
View file @
2d99ab4b
...
@@ -29,7 +29,7 @@ jobs:
...
@@ -29,7 +29,7 @@ jobs:
run
:
echo "$HOME/.local/bin" >> $GITHUB_PATH
run
:
echo "$HOME/.local/bin" >> $GITHUB_PATH
-
name
:
Build project for distribution
-
name
:
Build project for distribution
run
:
poetry
run poetry
build
run
:
poetry build
-
name
:
Check Version
-
name
:
Check Version
id
:
check-version
id
:
check-version
...
@@ -48,4 +48,4 @@ jobs:
...
@@ -48,4 +48,4 @@ jobs:
-
name
:
Publish to PyPI
-
name
:
Publish to PyPI
env
:
env
:
POETRY_PYPI_TOKEN_PYPI
:
${{ secrets.PYPI_TOKEN }}
POETRY_PYPI_TOKEN_PYPI
:
${{ secrets.PYPI_TOKEN }}
run
:
poetry
run poetry
publish
run
:
poetry publish
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