Skip to content

Commit

Permalink
Update python-publish.yml (#17)
Browse files Browse the repository at this point in the history
* Update python-publish.yml

* Update pyproject.toml

* Update setup.py

* Update tutorials.md
  • Loading branch information
antoinebou12 authored Apr 3, 2023
1 parent f75394e commit 82b232f
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,8 @@

name: Publish Python 🐍 distributions 📦 to PyPI




on:
create:
tags:
- v*
release:
types: [published]
workflow_dispatch:
Expand Down
7 changes: 7 additions & 0 deletions docs/tutorials.md
Original file line number Diff line number Diff line change
@@ -1 +1,8 @@
# Tutorials

- TODO



- https://www.marketwatch.com/help
- https://github.com/antoinebou12/marketwatch/wiki
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "marketwatch"
version = "0.1.9"
version = "0.1.10"
description = "MarketWatch's API"
authors = ["Antoine Boucher <[email protected]>"]
license = "Apache License 2.0"
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# This call to setup() does all the work
setup(
name="marketwatch",
version="0.1.9",
version="0.1.10",
description="MarketWatch's API",
long_description=README,
long_description_content_type="text/markdown",
Expand Down

0 comments on commit 82b232f

Please sign in to comment.