Skip to content

Commit f2f44c7

Browse files
committed
Edit deploy workflow. Bump package version to 1.2.30
1 parent 4f5e183 commit f2f44c7

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.github/workflows/test-and-deploy.yml

+1
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ jobs:
7474
with:
7575
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
7676
repository_url: https://test.pypi.org/legacy/
77+
skip_existing: true
7778
- name: Publish distribution 📦 to PyPI
7879
if: github.event_name == 'release'
7980
uses: pypa/gh-action-pypi-publish@master

agent360/agent360.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
from urllib import urlencode
4545
from urllib2 import urlopen, Request, HTTPError
4646

47-
__version__ = '1.2.29'
47+
__version__ = '1.2.30'
4848
__FILEABSDIRNAME__ = os.path.dirname(os.path.abspath(__file__))
4949

5050
ini_files = (

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121

2222
setuptools.setup(
2323
name='agent360',
24-
version='1.2.29',
24+
version='1.2.30',
2525
description='360 agent',
2626
long_description_content_type='text/markdown',
2727
long_description=readme,

0 commit comments

Comments
 (0)