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