Skip to content

Commit

Permalink
testing wf
Browse files Browse the repository at this point in the history
  • Loading branch information
sbilge committed Jun 17, 2024
1 parent 8709dce commit a7719be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
- uses: actions/checkout@v4

- name: Validate Version Tag
uses: ghga-de/gh-action-pypi/verify-version-tag@v1.0.1
uses: ghga-de/gh-action-pypi/verify-version-tag@v1.0.2
with:
tag: ${{ inputs.package_version }}

- name: Build Python Package
uses: ghga-de/gh-action-pypi/build-python-package@v1.0.1
uses: ghga-de/gh-action-pypi/build-python-package@v1.0.2

- name: Upload package artifact
uses: actions/upload-artifact@v4
Expand All @@ -46,7 +46,7 @@ jobs:
uses: actions/download-artifact@v4

- name: Test the test-package action
uses: ghga-de/gh-action-pypi/test-package@v1.0.1
uses: ghga-de/gh-action-pypi/test-package@v1.0.2
with:
python_version: ${{ matrix.python-version }}

Expand All @@ -62,7 +62,7 @@ jobs:
uses: actions/download-artifact@v4

- name: Test the publish-package action
uses: ghga-de/gh-action-pypi/publish-package@v1.0.1
uses: ghga-de/gh-action-pypi/publish-package@v1.0.2
with:
test_pypi_api_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
pypi_api_token: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit a7719be

Please # to comment.