We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b50d7d commit 3f880f7Copy full SHA for 3f880f7
.github/workflows/ci-main.yml
@@ -63,14 +63,14 @@ jobs:
63
needs:
64
- test
65
runs-on: 'ubuntu-latest'
66
- if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
67
steps:
68
- uses: actions/checkout@v3
69
- name: Install build
70
run: pip install build
71
- name: Build source
72
run: python -m build --sdist
73
- uses: actions/upload-artifact@v4
+ if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags/v')
74
name: Upload artifact (source)
75
with:
76
name: libcosimpy-${{ github.ref_name }}-source
0 commit comments