Skip to content
This repository was archived by the owner on Oct 24, 2025. It is now read-only.

Commit 29f71bc

Browse files
authored
First delivery without a tag
1 parent 79b1af1 commit 29f71bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: python
22

33
install: skip
44

5-
if: tag IS present
5+
# if: tag IS present
66

77
script:
88
- echo "No tests. Just deploying to PyPI."
@@ -13,5 +13,5 @@ deploy:
1313
password: $PYPI_TOKEN
1414
distributions: "sdist bdist_wheel"
1515
skip_existing: true
16-
on:
17-
tags: true
16+
# on:
17+
# tags: true

0 commit comments

Comments
 (0)