Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
thombashi committed Apr 7, 2024
1 parent a81ed14 commit b188a0f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,21 +15,21 @@ jobs:
environment:
name: testpypi
url: https://pypi.org/p/cleanpy
# permissions:
# id-token: write

steps:
- uses: actions/checkout@v4

- run: make build

- name: Publish package to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
skip-existing: true
verbose: true
# - name: Publish package to TestPyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository-url: https://test.pypi.org/legacy/
#
# This step will fail with the following error:
# ERROR HTTPError: 400 Bad Request from https://test.pypi.org/legacy/
# The name 'cleanpy' is too similar to an existing project. See https://test.pypi.org/help/#project-name for more information.

lint:
runs-on: ubuntu-latest
Expand Down

0 comments on commit b188a0f

Please sign in to comment.