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
8131859a
Unverified
Commit
8131859a
authored
Nov 20, 2019
by
Sébastien Eustace
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix release workflow
parent
42f2f400
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
.github/workflows/release.yml
+6
-6
No files found.
.github/workflows/release.yml
View file @
8131859a
...
@@ -194,7 +194,7 @@ jobs:
...
@@ -194,7 +194,7 @@ jobs:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
with
:
with
:
upload_url
:
${{ steps.create_release.outputs.upload_url }}
upload_url
:
${{ steps.create_release.outputs.upload_url }}
asset_path
:
releases/poetry-${{ steps.tag.outputs.tag }}-linux.tar.gz
asset_path
:
releases/poetry-${{ steps.tag.outputs.tag }}-linux.tar.gz
/poetry-${{ steps.tag.outputs.tag }}-linux.tar.gz
asset_name
:
poetry-${{ steps.tag.outputs.tag }}-linux.tar.gz
asset_name
:
poetry-${{ steps.tag.outputs.tag }}-linux.tar.gz
asset_content_type
:
application/gzip
asset_content_type
:
application/gzip
-
name
:
Upload Linux checksum file asset
-
name
:
Upload Linux checksum file asset
...
@@ -203,7 +203,7 @@ jobs:
...
@@ -203,7 +203,7 @@ jobs:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
with
:
with
:
upload_url
:
${{ steps.create_release.outputs.upload_url }}
upload_url
:
${{ steps.create_release.outputs.upload_url }}
asset_path
:
releases/poetry-${{ steps.tag.outputs.tag }}-linux.sha256sum
asset_path
:
releases/poetry-${{ steps.tag.outputs.tag }}-linux.sha256sum
/poetry-${{ steps.tag.outputs.tag }}-linux.sha256sum
asset_name
:
poetry-${{ steps.tag.outputs.tag }}-linux.sha256sum
asset_name
:
poetry-${{ steps.tag.outputs.tag }}-linux.sha256sum
asset_content_type
:
text/pain
asset_content_type
:
text/pain
-
name
:
Upload MacOS release file asset
-
name
:
Upload MacOS release file asset
...
@@ -212,7 +212,7 @@ jobs:
...
@@ -212,7 +212,7 @@ jobs:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
with
:
with
:
upload_url
:
${{ steps.create_release.outputs.upload_url }}
upload_url
:
${{ steps.create_release.outputs.upload_url }}
asset_path
:
releases/poetry-${{ steps.tag.outputs.tag }}-darwin.tar.gz
asset_path
:
releases/poetry-${{ steps.tag.outputs.tag }}-darwin.tar.gz
/poetry-${{ steps.tag.outputs.tag }}-darwin.tar.gz
asset_name
:
poetry-${{ steps.tag.outputs.tag }}-darwin.tar.gz
asset_name
:
poetry-${{ steps.tag.outputs.tag }}-darwin.tar.gz
asset_content_type
:
application/gzip
asset_content_type
:
application/gzip
-
name
:
Upload MacOS checksum file asset
-
name
:
Upload MacOS checksum file asset
...
@@ -221,7 +221,7 @@ jobs:
...
@@ -221,7 +221,7 @@ jobs:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
with
:
with
:
upload_url
:
${{ steps.create_release.outputs.upload_url }}
upload_url
:
${{ steps.create_release.outputs.upload_url }}
asset_path
:
releases/poetry-${{ steps.tag.outputs.tag }}-darwin.sha256sum
asset_path
:
releases/poetry-${{ steps.tag.outputs.tag }}-darwin.sha256sum
/poetry-${{ steps.tag.outputs.tag }}-darwin.sha256sum
asset_name
:
poetry-${{ steps.tag.outputs.tag }}-darwin.sha256sum
asset_name
:
poetry-${{ steps.tag.outputs.tag }}-darwin.sha256sum
asset_content_type
:
text/pain
asset_content_type
:
text/pain
-
name
:
Upload Windows release file asset
-
name
:
Upload Windows release file asset
...
@@ -230,7 +230,7 @@ jobs:
...
@@ -230,7 +230,7 @@ jobs:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
with
:
with
:
upload_url
:
${{ steps.create_release.outputs.upload_url }}
upload_url
:
${{ steps.create_release.outputs.upload_url }}
asset_path
:
releases/poetry-${{ steps.tag.outputs.tag }}-win32.tar.gz
asset_path
:
releases/poetry-${{ steps.tag.outputs.tag }}-win32.tar.gz
/poetry-${{ steps.tag.outputs.tag }}-win32.tar.gz
asset_name
:
poetry-${{ steps.tag.outputs.tag }}-win32.tar.gz
asset_name
:
poetry-${{ steps.tag.outputs.tag }}-win32.tar.gz
asset_content_type
:
application/gzip
asset_content_type
:
application/gzip
-
name
:
Upload Windows checksum file asset
-
name
:
Upload Windows checksum file asset
...
@@ -239,7 +239,7 @@ jobs:
...
@@ -239,7 +239,7 @@ jobs:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
with
:
with
:
upload_url
:
${{ steps.create_release.outputs.upload_url }}
upload_url
:
${{ steps.create_release.outputs.upload_url }}
asset_path
:
releases/poetry-${{ steps.tag.outputs.tag }}-win32.sha256sum
asset_path
:
releases/poetry-${{ steps.tag.outputs.tag }}-win32.sha256sum
/poetry-${{ steps.tag.outputs.tag }}-win32.sha256sum
asset_name
:
poetry-${{ steps.tag.outputs.tag }}-win32.sha256sum
asset_name
:
poetry-${{ steps.tag.outputs.tag }}-win32.sha256sum
asset_content_type
:
text/pain
asset_content_type
:
text/pain
-
name
:
Install Poetry
-
name
:
Install Poetry
...
...
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