Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
duaraghav8 authored Dec 3, 2024
1 parent f2d73be commit e87da81
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,9 @@ pip freeze > requirements.txt
```

### Release :rocket:
Once all code changes have been made for the next release, upgrade the version in [pyproject.toml](./pyproject.toml) and [cli.py](./dockershrink/cli.py).
Once all code changes have been made for the next release:
- Upgrade the version in [pyproject.toml](./pyproject.toml) and [cli.py](./dockershrink/cli.py)
- Make sure that dependencies and their versions are updated in [requirements.txt](./requirements.txt) and pyproject.toml

Then proceed to follow these steps to release new dockershrink version on PyPI:

Expand All @@ -163,11 +165,12 @@ twine upload --repository testpypi dist/*
```bash
pip install --index-url https://test.pypi.org/simple/ --no-deps dockershrink
```
5. Upload the package to PyPI
5. [Create a new release](https://github.com/duaraghav8/dockershrink/releases/new) in this repository
6. Upload the package to PyPI
```bash
twine upload dist/*
```
6. The new version of the package should now be available in [PyPI](https://pypi.org/project/dockershrink/)
7. The new version of the package should now be available in [PyPI](https://pypi.org/project/dockershrink/)


### (Desired) ROADMAP :world_map:
Expand Down

0 comments on commit e87da81

Please sign in to comment.