Skip to content

Commit

Permalink
test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Tacha-S committed Oct 11, 2023
1 parent 11f71a8 commit f73d463
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
on:
push:
branches: [main]
branches: [main, debug-ci]
tags: ["v*"]
pull_request:
types: [opened, synchronize, reopened]
Expand All @@ -23,6 +23,7 @@ jobs:
python3 setup.py sdist
- name: Install
run: |
echo $PYTHONPATH
pip3 install .
- name: Publish to PyPI
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
Expand Down

0 comments on commit f73d463

Please sign in to comment.