File tree Expand file tree Collapse file tree 3 files changed +3
-2
lines changed
Expand file tree Collapse file tree 3 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
5050ini_files = (
Original file line number Diff line number Diff line change 2121
2222setuptools .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 ,
You can’t perform that action at this time.
0 commit comments