8000 fix: Actually build dist · getsentry/sentry-python@72235cd · GitHub
[go: up one dir, main page]

Skip to content

Commit 72235cd

Browse files
committed
fix: Actually build dist
1 parent d06ba0e commit 72235cd

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
with:
2222
python-version: 3.9
2323

24+
- run: |
25+
pip install virtualenv
26+
make dist
27+
2428
- uses: actions/upload-artifact@v2
2529
with:
2630
name: ${{ github.sha }}
@@ -38,6 +42,11 @@ jobs:
3842
with:
3943
python-version: 3.9
4044

45+
- run: |
46+
pip install virtualenv
47+
make apidocs
48+
cd docs/_build && zip -r gh-pages ./
49+
4150
- uses: actions/upload-artifact@v2
4251
with:
4352
name: ${{ github.sha }}

0 commit comments

Comments
 (0)
0