Skip to content

Commit

Permalink
Disable some stuff while testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Apr 10, 2022
1 parent ab8b2da commit adfcc59
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ jobs:
env:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: |
twine upload --verbose -u '__token__' dist/*
echo 'wheeeee'
# twine upload --verbose -u '__token__' dist/*
native-binaries:
needs: [pypi]
Expand Down Expand Up @@ -83,7 +84,7 @@ jobs:
asset_content_type: ${{ matrix.executable_mime }}

docker:
if: github.repository == 'psf/black'
# if: github.repository == 'psf/black'
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down Expand Up @@ -111,7 +112,7 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
# push: true
tags: pyfound/black:latest,pyfound/black:${{ env.GIT_TAG }}

- name: Build and push latest_release tag
Expand All @@ -120,5 +121,5 @@ jobs:
with:
context: .
platforms: linux/amd64,linux/arm64
push: true
# push: true
tags: pyfound/black:latest_release

0 comments on commit adfcc59

Please sign in to comment.