Skip to content

Commit 62e1e94

Browse files
committed
fixing numbering in the readme
1 parent eec314f commit 62e1e94

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ aws codeartifact login --tool pip --repository ${CODE_ARTIFACT_REPO_NAME} --doma
7070
```
7171
*Note:* The CodeArtifact authentication expires every 12 hours (default). You can move the step above to a GitLab workflow in case you want to automate the refresh of the token.
7272

73-
6. Fetch AWS CodeArtifact authorization token
73+
5. Fetch AWS CodeArtifact authorization token
7474

7575
The authorization token is required to interact with the repository.
7676

@@ -100,8 +100,6 @@ glab repo create ${GITLAB_REPO_NAME}
100100
```
101101

102102

103-
104-
105103
4. Create the environment variables required by Twine
106104

107105
```bash

0 commit comments

Comments
 (0)