Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
vidyasagar1432 authored Oct 9, 2022
2 parents b108524 + 4d2324f commit 40460c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,5 @@
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
password: ${{ secrets.PYPI_API_TOKEN }}

1 change: 1 addition & 0 deletions detacache/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@
'FastAPICache',
'StarletteCache'
]

0 comments on commit 40460c3

Please sign in to comment.