Skip to content

Commit

Permalink
simplify: ./dist/
Browse files Browse the repository at this point in the history
  • Loading branch information
fohrloop committed Apr 9, 2024
1 parent 80aaeb4 commit a199024
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: wakepy-python-packages
path: ${{ github.workspace }}/dist/*.*
path: ./dist/*.*
if-no-files-found: error
retention-days: 1

Expand All @@ -58,7 +58,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: wakepy-python-packages
path: ${{ github.workspace }}/dist/
path: ./dist/

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-a-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: wakepy-python-packages
path: ${{ github.workspace }}/dist/
path: ./dist/
- uses: sigstore/gh-action-sigstore-python@61f6a500bbfdd9a2a339cf033e5421951fbc1cd2 #v2.1.1
with:
inputs: >-
Expand All @@ -29,7 +29,7 @@ jobs:
- uses: actions/upload-artifact@v4
with:
name: signed-wakepy-python-packages
path: ${{ github.workspace }}/dist/*.*
path: ./dist/*.*
if-no-files-found: error
retention-days: 1

Expand All @@ -48,7 +48,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
name: signed-wakepy-python-packages
path: ${{ github.workspace }}/dist/
path: ./dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@81e9d935c883d0b210363ab89cf05f3894778450 #v1.8.14
with:
Expand Down

0 comments on commit a199024

Please sign in to comment.