Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
s4w3d0ff authored Feb 2, 2025
2 parents 56d437c + 2ed0ac9 commit 9668f58
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,6 @@ jobs:
path: dist/

- name: Publish release distributions to PyPI
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc #v1.12.4
uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4
with:
packages-dir: dist/
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Async Spotify Api Wrapper

```
pip install git+https://github.com/s4w3d0ff/spotifio.git#egg=spotifio
pip install spotifio
```

```python
Expand All @@ -17,7 +17,7 @@ async def main():
)
await c.login()
r = await c.get_currently_playing()
print(r)
print(r)

if __name__ == '__main__':
import asyncio
Expand Down

0 comments on commit 9668f58

Please sign in to comment.