Skip to content

Commit

Permalink
Fixing pypi publishing (#32)
Browse files Browse the repository at this point in the history
* Fixing pypi publishing

* changed read the docs usage link
  • Loading branch information
nikothomas authored Aug 11, 2024
1 parent a565fc7 commit 7f76642
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/buildandpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Set up Python 3.12
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ pip install ctdfjorder

## 🚀 Usage
CTDFjorder provides a command-line interface (CLI) for processing and analyzing CTD data in addition to serving
as a python library. A tutorial has been setup [here](https://nikothomas.github.io/ctdfjorder/Getting%20Started.html)
as a python library. A tutorial has been setup [here](https://ctdfjorder.readthedocs.io/en/latest/Getting%20Started.html)
for running the CLI.

## ⚠️ Issues
Expand Down
2 changes: 1 addition & 1 deletion docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
.. towncrier release notes start
CTDFjorder 0.7.4 (2024-08-11)
CTDFjorder 0.8.0 (2024-08-11)
=============================

Features
Expand Down
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ build-backend = "poetry.core.masonry.api"
[tool.poetry]
package-mode = true
name = "ctdfjorder"
version = "0.7.4"
version = "0.8.0"
description = "A package for processing and analyzing CTD data."
homepage = "https://github.com/nikothomas/ctdfjorder"
repository = "https://github.com/nikothomas/ctdfjorder"
Expand Down Expand Up @@ -75,7 +75,7 @@ name = "CTDFjorder"
package = "ctdfjorder"
package_dir = "."
filename = "docs/changelog.rst"
version = "0.7.4"
version = "0.8.0"
template = "docs/_templates/changelog.rst.jinja"
underlines = ["=", "^", "-", "~"]

Expand Down

0 comments on commit 7f76642

Please sign in to comment.