Skip to content

Commit

Permalink
Merge pull request #3 from Mikata-Project/fix_release
Browse files Browse the repository at this point in the history
fix release action
  • Loading branch information
bitcloud2 authored May 24, 2023
2 parents 8c1074c + 114530c commit 04e992c
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/create-python-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,4 +110,4 @@ jobs:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_TEST_PASS }}
with:
command: upload
args: --skip-existing *
args: --skip-existing * --repository testpypi
File renamed without changes.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ name = "adcraft"
version = "0.1.0"
authors = [{name = "System1", email = "[email protected]"}]
description = "Gym environment simulating auctions."
readme = "README.rst"
readme = "README.md"
license = { file = "LICENSE" }
requires-python = ">=3.8"
keywords = ["auction", "gym", "gymnasium"]
Expand Down

0 comments on commit 04e992c

Please sign in to comment.