Skip to content

Commit ca8015d

Browse files
committed
test WIPACrepo/wipac-dev-workflows/.github/workflows/tag-and-release.yml@tag-n-release-any-project
1 parent 5c606e9 commit ca8015d

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/cicd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,12 +108,12 @@ jobs:
108108
- mypy
109109
- py-setup
110110
- py-dependencies
111-
uses: WIPACrepo/wipac-dev-workflows/.github/workflows/tag-and-release.yml@v1.0
111+
uses: WIPACrepo/wipac-dev-workflows/.github/workflows/tag-and-release.yml@tag-n-release-any-project
112112
with:
113+
project-type: python
113114
python-version: "${{ fromJSON(needs.py-versions.outputs.matrix)[0] }}"
114115
release-artifacts: |
115116
py-dependencies-logs
116117
publish-to-pypi: true
117118
secrets:
118-
PERSONAL_ACCESS_TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}
119119
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}

resources/nested/file.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,4 @@ hello risa
2828
hello rigel
2929
hello bajor
3030
hello cardassia
31+
hello discovery

0 commit comments

Comments
 (0)