Skip to content

Commit

Permalink
Merge branch 'master' into v0.1.14-pre
Browse files Browse the repository at this point in the history
  • Loading branch information
gmaze committed May 30, 2023
2 parents 0ffc89d + 53b3cf5 commit 002e38b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,11 @@ jobs:
python-version: '3.x'
- name: Install dependencies with pip
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine pep517
python -m pip install --upgrade pip twine build
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python -m pep517.build --source --binary . --out-dir dist
python -m build --sdist --wheel . --outdir dist/
twine upload --skip-existing dist/*
33 changes: 0 additions & 33 deletions .travis.yml

This file was deleted.

0 comments on commit 002e38b

Please sign in to comment.