Skip to content

Commit

Permalink
Revert "Use gh-action-pypi-publish for now"
Browse files Browse the repository at this point in the history
This reverts commit 1631932.
  • Loading branch information
messense committed Mar 21, 2024
1 parent a969cd9 commit 114e471
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -231,10 +231,9 @@ jobs:
with:
python-version: "3.10"
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: ./
skip-existing: true
run: |
pip install maturin
maturin upload --skip-existing *
- name: Set environment url
id: set_url
run: |
Expand Down

0 comments on commit 114e471

Please sign in to comment.