Skip to content

Commit

Permalink
update : Uploader updated to PyPIUploader.
Browse files Browse the repository at this point in the history
  • Loading branch information
sadrasabouri committed Apr 22, 2024
1 parent b16cbc6 commit b8854bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,9 @@ Reserver is an open source Python package that offers the ability to quickly
## Usage
### Secure your desired PyPI package name!
```python
from reserver import Uploader
uploader = Uploader(PYPI_API_TOKEN, test_pypi= False)
uploader.upload_to_pypi("CONSIDERED_NAME_FOR_YOUR_PACKAGE")
from reserver import PyPIUploader
uploader = PyPIUploader(PYPI_API_TOKEN, test_pypi= False)
uploader.upload("CONSIDERED_NAME_FOR_YOUR_PACKAGE")
```

## Issues & bug reports
Expand Down

0 comments on commit b8854bd

Please sign in to comment.