Skip to content

Commit

Permalink
Add username to try and fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
dlopes7 committed May 1, 2021
1 parent 1b3a0c9 commit 5f1beb0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,5 @@ jobs:
- name: Publish
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name="dtapi",
version="1.1.12",
version="1.1.13",
packages=find_packages(),
install_requires=["requests>=2.21"],
tests_require=["pytest", "mock", "tox"],
Expand Down

0 comments on commit 5f1beb0

Please sign in to comment.