Skip to content

Commit 798d6f3

Browse files
authored
Merge pull request #140 from lucasimi/develop
Updated publish action
2 parents 14f21fb + ca96268 commit 798d6f3

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.github/workflows/deploy.yml renamed to .github/workflows/publish.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
name: deploy
1+
name: publish
22

33
on:
44
push:
55
tags:
66
- 'v[0-9]+.[0-9]+.[0-9]+'
77

88
jobs:
9-
deploy:
10-
name: Deploy
9+
publish:
10+
name: Publish
1111
runs-on: ubuntu-latest
1212
environment: pypi
1313
permissions:
@@ -35,3 +35,6 @@ jobs:
3535
uses: pypa/gh-action-pypi-publish@release/v1
3636
with:
3737
repository-url: https://test.pypi.org/legacy/
38+
39+
- name: Publish to PyPI
40+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)