Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
br3ndonland committed Jul 14, 2024
1 parent 0f2efe5 commit 7fb02e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ jobs:
run: hatch build
- name: Upload Python package artifacts
if: >
github.ref_type == 'tag' &&
matrix.python-version == '3.12' &&
needs.setup.outputs.environment-name == 'PyPI'
uses: actions/upload-artifact@v4
Expand All @@ -146,7 +145,7 @@ jobs:
environment:
name: ${{ needs.setup.outputs.environment-name }}
url: ${{ needs.setup.outputs.environment-url }}
if: github.ref_type == 'tag' && needs.setup.outputs.environment-name == 'PyPI'
if: needs.setup.outputs.environment-name == 'PyPI'
needs: [setup, ci]
permissions:
id-token: write
Expand All @@ -159,6 +158,7 @@ jobs:
name: fastenv-${{ github.ref_name }}
path: dist
- name: Publish Python package to PyPI
if: github.ref_type == 'tag'
uses: pypa/gh-action-pypi-publish@release/v1.8
changelog:
if: github.ref_type == 'tag'
Expand Down

0 comments on commit 7fb02e8

Please sign in to comment.