Skip to content

Commit

Permalink
ci: Remove upload artifacts step (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
kesara authored Sep 17, 2024
1 parent e2b8734 commit e589691
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,6 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}
makeLatest: true

- name: Upload Build Artifacts
uses: actions/[email protected]
with:
name: artifacts
path: |
CHANGELOG.md
setup.cfg
xml2rfc/__init__.py
- name: Publish to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit e589691

Please sign in to comment.