Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
cstub committed Jan 14, 2025
1 parent f8abc14 commit 69c4783
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
- name: Build package
run: |
poetry build
# Rename files to remove local identifier
for f in dist/*; do
new_name=$(echo "$f" | sed 's/\(.*\)+[^-]*\(-py3.*\.whl\|\.tar\.gz\)/\1\2/')
mv "$f" "$new_name"
done
ls -la dist/
- name: Upload distributions
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@ ignore_missing_imports = true
enable = true
vcs = "git"
pattern = "default-unprefixed"
style = "pep440"
format = "{base}.post{distance}"

0 comments on commit 69c4783

Please sign in to comment.