Skip to content

Commit 67d488b

Browse files
committed
simplified actions githb
1 parent 42fd9fd commit 67d488b

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/python-publish-release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
env:
2727
TWINE_USERNAME: __token__
2828
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
29+
TWINE_REPOSITORY_URL: https://upload.pypi.org/legacy/
2930
run: |
3031
python setup.py sdist bdist_wheel
3132
twine upload dist/*

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
setup(
44
name='simple_playgrounds',
5-
version='0.9.2',
5+
version='0.9.3',
66
description='simple_playgrounds for AGI and RL',
77
author='Michael Garcia Ortiz',
88
author_email='[email protected]',

0 commit comments

Comments
 (0)