Skip to content

Commit

Permalink
Corrected scripts
Browse files Browse the repository at this point in the history
Signed-off-by: Krzysztof Kaźmierczyk <[email protected]>
  • Loading branch information
kkazmierczyk committed Dec 23, 2024
1 parent 3d87472 commit 2c18493
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ env:
global:
- PYTHONPATH=src:test
script:
#- pytest
#- python -m build
- podman build .
- pytest
- python -m build
# - docker build .
deploy:
- provider: script
#script: python -m twine upload --skip-existing --verbose --password $TWINE_TEST_TOKEN --repository testpypi dist/* #test instance
Expand Down

0 comments on commit 2c18493

Please sign in to comment.