Version bump (to test Github Action)

This commit is contained in:
Dominik Moritz Roth 2023-10-14 12:36:35 +02:00
parent 0b240b9eb4
commit 5e63a72882
2 changed files with 2 additions and 2 deletions

View File

@ -33,6 +33,6 @@ jobs:
- name: Publish to TestPyPI - name: Publish to TestPyPI
env: env:
TWINE_USERNAME: __token__ TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }} TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/* run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*

View File

@ -1,6 +1,6 @@
[project] [project]
name = "fancy_gym" name = "fancy_gym"
version = "1.0.5" version = "1.0.6"
description = "Fancy Gym: Unifying interface for various RL benchmarks with support for Black Box approaches." description = "Fancy Gym: Unifying interface for various RL benchmarks with support for Black Box approaches."
readme = "README.md" readme = "README.md"
authors = [ authors = [