Skip to content

Commit

Permalink
chore: bump tag to b3, fix an Actions PEBCAK
Browse files Browse the repository at this point in the history
  • Loading branch information
vytas7 committed Nov 11, 2022
1 parent 1f2ba9c commit ba56c46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-wheels.yaml
Expand Up @@ -147,7 +147,7 @@ jobs:
# this action generates 2 wheels in dist/. linux, manylinux2014
with:
# Remove previous original wheel just to be sure it is recreated. Should not be needed
pre-build-command: "rm ./dist/*-linux*.whl"
pre-build-command: "rm -f ./dist/*-linux*.whl"
python-versions: ${{ matrix.python-version }}
build-requirements: "setuptools>=47 wheel>=0.34"
pip-wheel-args: "-w ./dist -v --no-deps"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Expand Up @@ -75,7 +75,7 @@ console_scripts =

[egg_info]
# TODO replace
tag_build = b2
tag_build = b3

[aliases]
test=pytest
Expand Down

0 comments on commit ba56c46

Please sign in to comment.