Skip to content

Commit 9bb1a65

Browse files
authored
Merge pull request #35 from IBM/IdanAdar-patch-1
Update create-release-and-publish.yml
2 parents ba5ea86 + 0b6c6ee commit 9bb1a65

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/create-release-and-publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout code
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v3
1616
with:
1717
fetch-depth: 0
1818

1919
- name: setup nodejs
20-
uses: actions/setup-node@v2
20+
uses: actions/setup-node@v3
2121
with:
2222
node-version: '16'
2323

@@ -38,9 +38,9 @@ jobs:
3838
npm install @semantic-release/github
3939
npx semantic-release
4040
41-
- uses: actions/checkout@v2
41+
- uses: actions/checkout@v3
4242
- name: Set up Python 3.9
43-
uses: actions/setup-python@v2
43+
uses: actions/setup-python@v4
4444
with:
4545
python-version: 3.9
4646
- name: Install pypa/build
@@ -58,6 +58,6 @@ jobs:
5858
--outdir dist/
5959
.
6060
- name: Publish distribution to PyPI
61-
uses: pypa/gh-action-pypi-publish@master
61+
uses: pypa/gh-action-pypi-publish@release/v1
6262
with:
6363
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)