Skip to content

Commit

Permalink
Update PyPI release workflow configuration
Browse files Browse the repository at this point in the history
- Changed PyPI URL to `https://pypi.org/p/liknorm` 🛠️
- Updated `packages-dir` to `dist` in `.github/workflows/release.yml` 📦
  • Loading branch information
horta committed Jan 7, 2025
1 parent 4b65cc1 commit 7615d9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/deciphon-poster
url: https://pypi.org/p/liknorm
permissions:
id-token: write
steps:
Expand All @@ -169,6 +169,6 @@ jobs:

- uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: poster/dist
packages-dir: dist
skip-existing: true
verbose: true

0 comments on commit 7615d9e

Please sign in to comment.