-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Simplify CI workflow by removing commented-out steps and updatin…
…g release command in pixi.toml
- Loading branch information
Showing
2 changed files
with
2 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -190,57 +190,4 @@ jobs: | |
HATCH_INDEX_AUTH: ${{ secrets.PYPI_API_TOKEN }} | ||
HATCH_INDEX_REPO: https://upload.pypi.org/legacy/ | ||
run: | | ||
pixi run publish-pypi | ||
# Publish-To-Test-PyPi: | ||
# needs: Semantic-Release | ||
# env: | ||
# PIXI_ENV: "publish" | ||
# if: needs.Semantic-Release.outputs.released == 'true' | ||
# strategy: | ||
# matrix: | ||
# os: [ubuntu-latest] | ||
|
||
# runs-on: ${{ matrix.os }} | ||
# steps: | ||
# - name: Checkout the code with tag ${{ needs.Semantic-Release.outputs.tag }} | ||
# uses: actions/checkout@v4 | ||
# with: | ||
# ref: ${{ needs.Semantic-Release.outputs.tag }} | ||
|
||
# - name: Install Pixi | ||
# uses: prefix-dev/[email protected] | ||
# with: | ||
# environments: ${{ env.PIXI_ENV }} | ||
# pixi-version: v0.39.0 | ||
# cache: true | ||
# locked: false # wont be the same because of the tag | ||
|
||
# - name: Publish to TestPyPI | ||
# env: | ||
# HATCH_INDEX_USER: __token__ | ||
# HATCH_INDEX_AUTH: ${{ secrets.TEST_PYPI_API_TOKEN }} | ||
# run: | | ||
# pixi run -e ${{ env.PIXI_ENV }} publish-test | ||
|
||
# Test-TestPypi-Installation: | ||
# needs: [Semantic-Release, Publish-To-Test-PyPi] | ||
# strategy: | ||
# matrix: | ||
# os: [ubuntu-latest, macos-latest] | ||
# python-version: ["3.12"] | ||
# runs-on: ${{ matrix.os }} | ||
|
||
# steps: | ||
# - name: Checkout the code with tag ${{ needs.Semantic-Release.outputs.tag }} | ||
# uses: actions/checkout@v4 | ||
# with: | ||
# ref: ${{ needs.Semantic-Release.outputs.tag }} | ||
|
||
# - name: setup python ${{ matrix.python-version }} | ||
# uses: actions/setup-python@v5 | ||
# with: | ||
# python-version: ${{ matrix.python-version }} | ||
|
||
# - name: Install using TestPyPI | ||
# run: | | ||
# pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ readii | ||
pixi run publish-pypi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters