Skip to content

Commit

Permalink
Rename project on pypi to dls-dodal (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
callumforrester committed May 26, 2023
1 parent dcac18a commit c8673f1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/code.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,6 +176,10 @@ jobs:
env:
HAS_PYPI_TOKEN: ${{ secrets.PYPI_TOKEN != '' }}

environment:
name: pypi
url: https://pypi.org/p/dls-dodal

steps:
- uses: actions/download-artifact@v3

Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dodal
Ophyd devices and other utils that could be used across DLS beamlines

============== ==============================================================
PyPI ``pip install dodal``
PyPI ``pip install dls-dodal``
Source code https://github.com/DiamondLightSource/dodal
Documentation https://DiamondLightSource.github.io/dodal
Releases https://github.com/DiamondLightSource/dodal/releases
Expand Down
2 changes: 1 addition & 1 deletion docs/user/tutorials/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Installing the library

You can now use ``pip`` to install the library and its dependencies::

$ python3 -m pip install dodal
$ python3 -m pip install dls-dodal

If you require a feature that is not currently released you can also install
from github::
Expand Down

0 comments on commit c8673f1

Please sign in to comment.