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.
2 parents c8e6b9c + 6d0c2f9 commit b8d1423Copy full SHA for b8d1423
.github/workflows/release.yaml
@@ -160,10 +160,6 @@ jobs:
160
cat pyproject.toml | grep version
161
python3 -m pip install --upgrade build
162
python3 -m build --sdist --outdir dist/
163
- - name: Replace underscores with hyphens in build filename
164
- run: |
165
- BUILD_FILENAME=$(ls dist/ | grep tar.gz)
166
- mv dist/$BUILD_FILENAME dist/${{ env.OUTPUT_FILENAME }}
167
- name: Upload artifact
168
uses: actions/upload-artifact@v4
169
with:
0 commit comments