Skip to content

Commit

Permalink
chore(deps): bump pypa/gh-action-pypi-publish from 1.8.3 to release/v1 (
Browse files Browse the repository at this point in the history
#645)

* chore(deps): bump pypa/gh-action-pypi-publish from 1.8.3 to 1.8.6

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.3 to 1.8.6.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@v1.8.3...v1.8.6)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update .github/workflows/ci.yml

* Update ci.yml

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Henry Schreiner <[email protected]>
  • Loading branch information
dependabot[bot] and henryiii authored May 12, 2023
1 parent 9a9ad92 commit c03482b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
python-version: ["3.6", "3.8", "3.11"]
os: [ubuntu-latest, windows-latest, macos-latest]
include:
- python-version: 'pypy-3.7'
- python-version: 'pypy-3.8'
os: ubuntu-latest
- python-version: 'pypy-3.9'
os: ubuntu-latest
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
name: Packages
path: dist

- uses: pypa/gh-action-pypi-publish@v1.8.3
- uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.pypi_password }}

Expand Down

0 comments on commit c03482b

Please sign in to comment.