Skip to content

Commit eb1ae38

Browse files
Merge pull request #18 from botanu-ai/developer-deborah
Developer deborah
2 parents 3bee454 + 63c860e commit eb1ae38

File tree

3 files changed

+2
-173
lines changed

3 files changed

+2
-173
lines changed

.github/workflows/publish.yml

Lines changed: 0 additions & 81 deletions
This file was deleted.

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ jobs:
6161
# -------------------------------------------------------------------
6262
publish-testpypi:
6363
needs: build
64-
if: |
64+
if: >-
6565
github.event_name == 'workflow_dispatch' && github.event.inputs.publish_target == 'testpypi'
66-
|| (github.event_name == 'push' && contains(github.ref, '-alpha') || contains(github.ref, '-beta') || contains(github.ref, '-rc'))
66+
|| (github.event_name == 'push' && (contains(github.ref, '-alpha') || contains(github.ref, '-beta') || contains(github.ref, '-rc')))
6767
runs-on: ubuntu-latest
6868
environment:
6969
name: testpypi

src/botanu/tracking/metrics.py

Lines changed: 0 additions & 90 deletions
This file was deleted.

0 commit comments

Comments
 (0)