Skip to content

Commit e638d48

Browse files
committed
ci: run only on release published
1 parent d7bad5a commit e638d48

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/python-publish.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
name: Upload Python Package
22

3-
on: [ push ]
3+
on:
4+
release:
5+
types: [published]
46

57
jobs:
68
deploy:

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
author_email='[email protected]',
3737
maintainer='Luca Giovenzana',
3838
maintainer_email='[email protected]',
39-
url='http://github.com/bulkan/robotframework-archivelibrary',
39+
url='http://github.com/MarketSquare/robotframework-archivelibrary',
4040
license='Public Domain',
4141
keywords='robotframework testing test automation zip files compressed',
4242
platforms='any',

0 commit comments

Comments
 (0)