Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/docker/build-push-…
Browse files Browse the repository at this point in the history
…action-6
  • Loading branch information
jslee02 authored Jun 18, 2024
2 parents 229bc43 + 5574411 commit 6a44070
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish_dartpy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

- name: Build wheels
if: ${{ matrix.os != 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }}
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
# Common
DART_IN_CI: ON
Expand All @@ -138,7 +138,7 @@ jobs:

- name: Build wheels (Windows)
if: ${{ matrix.os == 'windows-latest' && (matrix.release_only == false || github.ref == 'refs/heads/main') }}
uses: pypa/[email protected].0
uses: pypa/[email protected].1
env:
# Common
DART_IN_CI: ON
Expand Down Expand Up @@ -190,7 +190,7 @@ jobs:
- name: List files in dist
run: ls -lR dist/

- uses: pypa/gh-action-pypi-publish@v1.8.14
- uses: pypa/gh-action-pypi-publish@v1.9.0
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
Expand Down

0 comments on commit 6a44070

Please sign in to comment.