Skip to content

Commit

Permalink
Merge pull request #102 from bcollazo/staging
Browse files Browse the repository at this point in the history
README.md fixup
  • Loading branch information
bcollazo committed Jul 9, 2021
2 parents ceea7d2 + 1babc0e commit 1c1a738
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -277,19 +277,7 @@ catanatron Package
pip install twine
rm -rf build
rm -rf dist
python catanatron.setup.py sdist bdist_wheel
twine check dist/*
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*
```

catanatron_gym Package

```
pip install twine
rm -rf build
rm -rf dist
python catanatron_gym.setup.py sdist bdist_wheel
python setup.py sdist bdist_wheel
twine check dist/*
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
twine upload dist/*
Expand Down

0 comments on commit 1c1a738

Please sign in to comment.