Skip to content

Commit

Permalink
ci update
Browse files Browse the repository at this point in the history
  • Loading branch information
HFrost0 committed Apr 13, 2023
1 parent 954d284 commit c735b00
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/build_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,12 +63,10 @@ jobs:
steps:
- name: Download artifacts
uses: actions/download-artifact@v3
with:
path: dist
name: dist

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: artifact
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit c735b00

Please sign in to comment.