Compare commits
2
Commits
v0.1.0
..
380e4a3150
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
380e4a3150 | ||
|
|
b0abeaf329 |
@@ -38,7 +38,7 @@ if [ -z "${RELEASE_ID}" ]; then
|
||||
fi
|
||||
echo "Release created with ID ${RELEASE_ID}"
|
||||
|
||||
for asset in dist/snapshot-*.whl dist/snapshot-*.tar.gz; do
|
||||
for asset in dist/*.whl dist/*.tar.gz; do
|
||||
if [ -f "${asset}" ]; then
|
||||
echo "Uploading ${asset}..."
|
||||
curl -fsS -X POST "${API_URL}/repos/${REPOSITORY}/releases/${RELEASE_ID}/assets" \
|
||||
|
||||
@@ -7,6 +7,8 @@ on:
|
||||
tags:
|
||||
- 'v*'
|
||||
pull_request:
|
||||
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
|
||||
Reference in New Issue
Block a user