Skip to content

Commit

Permalink
fix: change release branch (#88)
Browse files Browse the repository at this point in the history
  • Loading branch information
zzhang13 authored Aug 17, 2020
1 parent f5d6e7e commit a211584
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .releaserc
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"debug": true,
"dryRun": true,
"plugins": [
"@semantic-release/commit-analyzer",
"@semantic-release/release-notes-generator",
Expand Down
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deploy:
skip_cleanup: true
on:
python: 3.8
branch: lib
branch: master
- provider: pypi
user: "$PYPI_USER"
password: "$PYPI_PASSWORD"
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
envlist = lint, py36, py37, py38

[testenv:lint]
basepython = python3.7
basepython = python3.8
deps = pylint
commands = pylint src test

Expand Down

0 comments on commit a211584

Please sign in to comment.