Skip to content

Commit

Permalink
Fun with renaming.
Browse files Browse the repository at this point in the history
  • Loading branch information
Wrzlprmft committed Feb 15, 2025
1 parent 979cfc9 commit 4c7ea71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Install rename
run: sudo apt-get install rename
- name: Compatibility dist renaming
run: rename "s/dev[^\.]*/$(date +%s)/" -n dist/*
run: rename "s/dev[^\.-]*/$(date +%s)/" dist/*
- name: Publish distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 4c7ea71

Please sign in to comment.