Skip to content

Commit

Permalink
update github action for publishing to test
Browse files Browse the repository at this point in the history
  • Loading branch information
patkyn committed Jun 20, 2024
1 parent 643bdb0 commit 33b4541
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python 3.9
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.9"
- name: Install dependencies
Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Archive production artifacts
uses: actions/upload-artifact@v4
with:
name: dwcahandler-dist
name: dwcahandler-test-dist-v${{ steps.build-step.outputs.version }}
path: dist

publish-to-pypi:
Expand All @@ -67,7 +67,7 @@ jobs:
- name: Download all the dists
uses: actions/download-artifact@v4
with:
name: dwcahandler
name: dwcahandler-test-dist-v${{ needs.build.outputs.version }}
path: dist/
- name: Publish dwcahandler distribution to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit 33b4541

Please sign in to comment.