Skip to content

Commit

Permalink
ci: publish: remove old commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
williballenthin committed Jul 18, 2023
1 parent a22dd65 commit 91b65d1
Showing 1 changed file with 2 additions and 10 deletions.
12 changes: 2 additions & 10 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ on:
release:
types: [published]

#permissions:
# contents: write
permissions:
contents: write

jobs:
pypi-publish:
Expand All @@ -36,14 +36,6 @@ jobs:
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
with:
path: dist/*
#- name: upload package to GitHub release
# uses: svenstaro/upload-release-action@2728235f7dc9ff598bd86ce3c274b74f802d2208 # v2
# with:
# repo_token: ${{ secrets.GITHUB_TOKEN}}
# file: dist/*
# tag: ${{ github.ref }}
# overwrite: true
# file_glob: true
- name: publish package
uses: pypa/gh-action-pypi-publish@f5622bde02b04381239da3573277701ceca8f6a0 # release/v1
with:
Expand Down

0 comments on commit 91b65d1

Please sign in to comment.