Skip to content

Commit

Permalink
Remove upload-to-pypi script and documentation for upgrading
Browse files Browse the repository at this point in the history
  • Loading branch information
jpdakran committed Feb 10, 2022
1 parent c5b83b5 commit 4fd45ad
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 154 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
with:
python-version: 3.8
- name: Build package
- run: python setup.py sdist bdist_wheel
run: python setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
-->

### v1.2.0
##### TODO DATE
##### February 10th, 2022

#### :mega: Release Highlights
- Continous integration github action added ([#506])
- Release pipeline github action added ([#TODO])
- Release pipeline github action added ([#513])

#### :tada: New Features

Expand All @@ -56,6 +56,7 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup

- Updated README due hook failing to interpret filenames with spaces ([#470])
- Add CI github action badge to README
- Development dependency bumps ([#519])

[#463]: https://github.com/Yelp/detect-secrets/pull/463
[#465]: https://github.com/Yelp/detect-secrets/pull/465
Expand All @@ -68,6 +69,8 @@ If you love `detect-secrets`, please star our project on GitHub to show your sup
[#506]: https://github.com/Yelp/detect-secrets/pull/506
[#507]: https://github.com/Yelp/detect-secrets/pull/507
[#509]: https://github.com/Yelp/detect-secrets/pull/509
[#513]: https://github.com/Yelp/detect-secrets/pull/513
[#519]: https://github.com/Yelp/detect-secrets/pull/519

### v1.1.0
##### April 14th, 2021
Expand Down
9 changes: 2 additions & 7 deletions docs/upgrades.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,10 +71,5 @@ scripts/bump-version

### Pushing to PyPi

```bash
# First, test with test.pypi.com
scripts/upload-to-pypi

# If all looks good, we can head to prod!
scripts/upload-to-pypi --prod
```
Once the tag from `scripts/bump-version` has been created and pushed to the repository, the pypi
github action will automatically start and publish the package to pypi.
144 changes: 0 additions & 144 deletions scripts/upload-to-pypi

This file was deleted.

0 comments on commit 4fd45ad

Please sign in to comment.