We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d04137f + 209f059 commit 63186a9Copy full SHA for 63186a9
.github/workflows/publishpackage.yml
@@ -75,6 +75,5 @@ jobs:
75
- name: Publish to PyPI
76
if: success()
77
run: |
78
- poetry config repositories.testpypi https://test.pypi.org/legacy/
79
- poetry publish -r testpypi -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
+ poetry publish -u ${{ secrets.PYPI_USERNAME }} -p ${{ secrets.PYPI_PASSWORD }}
80
shell: bash
README.md
@@ -1,5 +1,6 @@
1
# dxfeed package
2
3
+
4
[](https://dxfeed.readthedocs.io/en/latest/?badge=latest)
5
6
This package provides access to [dxFeed](https://www.dxfeed.com/) streaming data.
0 commit comments