We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57f5af1 commit 651f8ecCopy full SHA for 651f8ec
.github/workflows/push.yml
@@ -7,7 +7,7 @@ on:
7
8
jobs:
9
bump_version:
10
- name: Bump Version, Publish to PyPI, and tag
+ name: Bump Version, Publish to PyPI, tag, and deploy docs
11
runs-on: ubuntu-latest
12
if: github.event_name == 'push' && github.ref == 'refs/heads/main'
13
steps:
@@ -73,22 +73,6 @@ jobs:
73
poetry build
74
poetry publish --no-interaction
75
76
- deploy:
77
- name: Deploy Documentation
78
- runs-on: ubuntu-latest
79
- if: github.event_name == 'push' && github.ref == 'refs/heads/main'
80
- steps:
81
- - name: Check out repository
82
- uses: actions/checkout@v4
83
- with:
84
- fetch-depth: 0
85
-
86
- - name: Set up Python
87
- id: setup-python
88
- uses: actions/setup-python@v5
89
90
- python-version: '3.10'
91
92
- name: Install Poetry
93
uses: snok/install-poetry@v1
94
with:
0 commit comments