Skip to content

Commit

Permalink
fix(CI): spec core
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Nov 5, 2024
1 parent c413e21 commit 597cc25
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
architecture: 'x64'
- name: Ensure PDM & twine
run: |
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
python3 -m pip install pdm=="2.13.2" twine pdm-mina "mina-build<0.6"
- name: Build Package
run: |
export MINA_BUILD_TARGET=core && pdm mina build core
export MINA_BUILD_TARGET=core && pdm mina build core --no-isolation
- name: Publish to PyPI
run: |
twine upload dist/* --non-interactive -u __token__ -p ${{ secrets.PYPI_TOKEN }}

0 comments on commit 597cc25

Please sign in to comment.