Skip to content

Commit

Permalink
Use 'legacy' publish method
Browse files Browse the repository at this point in the history
  • Loading branch information
RemiKalbe committed May 24, 2024
1 parent 7bcbb68 commit 5e63093
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/build-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,8 @@ jobs:
strategy:
matrix:
environment: [dev-py312]
environment:
name: pypi
url: https://pypi.org/p/resulty
env:
HATCH_INDEX_AUTH: ${{ secrets.PYPI_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: prefix-dev/[email protected]
Expand All @@ -20,6 +19,4 @@ jobs:
- name: Build
run: pixi r -e ${{ matrix.environment }} build
- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}
run: pixi r -e ${{ matrix.environment }} publish

0 comments on commit 5e63093

Please sign in to comment.