diff --git a/.github/workflows/create-wheels.yaml b/.github/workflows/create-wheels.yaml index 85e265e1e..e33089201 100644 --- a/.github/workflows/create-wheels.yaml +++ b/.github/workflows/create-wheels.yaml @@ -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" diff --git a/setup.cfg b/setup.cfg index 67745d0c9..cf06bb0f9 100644 --- a/setup.cfg +++ b/setup.cfg @@ -75,7 +75,7 @@ console_scripts = [egg_info] # TODO replace -tag_build = b2 +tag_build = b3 [aliases] test=pytest