Skip to content

Commit 2f75e16

Browse files
authored
🚀 release: 1.0.0 (#99)
2 parents a1a7f57 + b8d1423 commit 2f75e16

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

‎.github/workflows/release.yaml‎

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -160,10 +160,6 @@ jobs:
160160
cat pyproject.toml | grep version
161161
python3 -m pip install --upgrade build
162162
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 }}
167163
- name: Upload artifact
168164
uses: actions/upload-artifact@v4
169165
with:

0 commit comments

Comments
 (0)