Skip to content

Commit

Permalink
fix: resolving 3.11.3 instead of 3.11.10
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaneMcGovern committed Oct 27, 2024
1 parent 46c4d43 commit 0979bdd
Showing 1 changed file with 8 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@ on:
pull_request:
branches: [ main ]
release:
types: [created]
types: [created]
workflow_dispatch:

jobs:
validation:
uses: microsoft/action-python/.github/workflows/[email protected]
# uses: microsoft/action-python/.github/workflows/[email protected]
uses: microsoft/action-python/.github/workflows/[email protected]
with:
workdir: '.'

publish:
uses: microsoft/action-python/.github/workflows/[email protected]
secrets:
PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}
# publish:
# uses: microsoft/action-python/.github/workflows/[email protected]
# secrets:
# PYPI_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
# TEST_PYPI_PASSWORD: ${{ secrets.TEST_PYPI_PASSWORD }}

0 comments on commit 0979bdd

Please sign in to comment.