Skip to content

Commit

Permalink
2023.0.0rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Jul 29, 2023
1 parent 095bb44 commit 6ec060a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
path: |
dist
- name: Publish to PyPi
if: ${{ github.ref_type == 'tag' }}
if: ${{ github.ref_type == 'tag' }}
uses: pypa/gh-action-pypi-publish@release/v1
with:
print_hash: true
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = runusb
version = 2023.0.0rc1
version = 2023.0.0rc2
description = Automagic running of USB sticks
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 6ec060a

Please sign in to comment.