Skip to content

Commit

Permalink
feat: remove training wheels
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinHowarth committed Jan 8, 2020
1 parent 78c464d commit 0d2b9e2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,10 @@ jobs:
id: semantic # Need an `id` for output variables
with:
branch: test-release
dry_run: true
extra_plugins: |
@semantic-release/exec
@semantic-release/git
@semantic-release/changelog
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
PYPI_TOKEN: "dummy-token"
6 changes: 0 additions & 6 deletions .releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,5 @@
"prepareCmd": "poetry build",
"publishCmd": "poetry config pypi-token.pypi ${PYPI_TOKEN} && poetry publish"
}],
["@semantic-release/github", {
"assets": [
{"path": "dist/*.tar.gz", "label": "tarball"},
{"path": "dist/*.whl", "label": "wheel"}
]
}],
]
}

0 comments on commit 0d2b9e2

Please sign in to comment.