Skip to content

Commit 33207f0

Browse files
chore(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 (#325)
* chore(deps): bump pypa/gh-action-pypi-publish from 1.6.4 to 1.7.1 Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.4 to 1.7.1. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.6.4...v1.7.1) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> * docs: update RTD settings (v2) --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Saransh Chopra <saransh0701@gmail.com>
1 parent 1c5bd52 commit 33207f0

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
name: artifact
3636
path: dist
3737

38-
- uses: pypa/gh-action-pypi-publish@v1.6.4
38+
- uses: pypa/gh-action-pypi-publish@v1.7.1
3939
with:
4040
user: __token__
4141
password: ${{ secrets.pypi_password }}

.readthedocs.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44

55
# Required
66
version: 2
7+
build:
8+
os: ubuntu-22.04
9+
tools:
10+
python: "3"
711

812
# Build documentation in the docs/ directory with Sphinx
913
sphinx:
@@ -13,7 +17,6 @@ sphinx:
1317
formats: all
1418

1519
python:
16-
version: 3.8
1720
install:
1821
- method: pip
1922
path: .

0 commit comments

Comments
 (0)