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 a1a7f57 + b8d1423 commit 2f75e16Copy full SHA for 2f75e16
‎.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