Skip to content

Commit

Permalink
fix(CI): revert "no-isolation"
Browse files Browse the repository at this point in the history
  • Loading branch information
RF-Tar-Railt committed Nov 5, 2024
1 parent 92dd43c commit c413e21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
- name: Build Package
run: |
export MINA_BUILD_TARGET=core && pdm mina build core --no-isolation
export MINA_BUILD_TARGET=core && pdm mina build core
- name: Publish to PyPI
run: |
twine upload dist/* --non-interactive -u __token__ -p ${{ secrets.PYPI_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/publish-elizabeth.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=="2.13.2" twine pdm-mina "mina-build<0.6"
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
- name: Build Package
run: |
export MINA_BUILD_TARGET=elizabeth && pdm mina build elizabeth --no-isolation
export MINA_BUILD_TARGET=elizabeth && pdm mina build elizabeth
- name: Publish to PyPI
run: |
twine upload dist/* --non-interactive -u __token__ -p ${{ secrets.PYPI_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/publish-onebot-v11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
python3 -m pip install pdm twine pdm-mina "mina-build<0.6"
- name: Build Package
run: |
export MINA_BUILD_TARGET=onebot-v11 && pdm mina build onebot-v11 --no-isolation
export MINA_BUILD_TARGET=onebot-v11 && pdm mina build onebot-v11
- name: Publish to PyPI
run: |
twine upload dist/* --non-interactive -u __token__ -p ${{ secrets.PYPI_TOKEN }}

0 comments on commit c413e21

Please sign in to comment.